home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TNEWPROPATH / TNEWPROPATH.txt
Encoding:
Text File  |  1996-08-11  |  1.1 KB  |  65 lines

  1. object NewProPath: TNewProPath
  2.   Left = 43
  3.   Top = 473
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Project'
  6.   ClientHeight = 184
  7.   ClientWidth = 385
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 365
  19.     Height = 127
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 40
  25.     Width = 168
  26.     Height = 16
  27.     Caption = 'Choose path for new project:'
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 40
  31.     Top = 56
  32.     Width = 321
  33.     Height = 24
  34.     CharCase = ecUpperCase
  35.     TabOrder = 0
  36.   end
  37.   object Button1: TButton
  38.     Left = 152
  39.     Top = 96
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Browse'
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 112
  48.     Top = 152
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     TabOrder = 2
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 200
  57.     Top = 152
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Cancel'
  61.     TabOrder = 3
  62.     OnClick = Button3Click
  63.   end
  64. end
  65.